 /*******************************************************************************************
	ܣ
        Чļʽ.
    
    ע:
        1.֧/* */ע,Ǳ,дк.
        2.֧ÿеĺ // ע.
        
    ؼ֣
        BeginSetting
        EndSetting
 
        BeginCss
        EndCss
********************************************************************************************/

/********************************************************************************************
    һʵ.
********************************************************************************************/

BeginSetting()                                      //ʼĳؼϢ
ControlName=DefaultButton;                          //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/SysClose0.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/ButtonBackground%1%.png);
}
QPushButton:pressed {
	background-image: url(:Resources/SysClose2.png);
 }

 QPushButton:default {
     border-color: navy;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/*****************************************************************************************
    ButtonPlayHide
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=ButtonPlayHide;                         //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/preview_down1.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/preview_down2.png);
}
QPushButton:pressed {
	background-image: url(:Resources/preview_down3.png);
 }

 QPushButton:default {
     border-color: navy;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ



/*****************************************************************************************
    ButtonPlayShow
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=ButtonPlayShow;                         //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/preview_up1.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/preview_up2.png);
}
QPushButton:pressed {
	background-image: url(:Resources/preview_up3.png);
 }

 QPushButton:default {
     border-color: navy;
 }

EndCss

EndSetting

/*****************************************************************************************
    DVDFabδԻť߶
*****************************************************************************************/
BeginSetting()
ControlName=CommonButtonStyle;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	min-height:21px;
	max-height:21px;
}

EndCss

EndSetting

/*****************************************************************************************
    DVDFabдͰť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=MaxButtonBG;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss
QPushButton
{
	font-weight: bold;
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/main_button_back1.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/main_button_back3.png);
}
QPushButton:pressed {
	background-image: url(:Resources/main_button_back2.png);
 }

 QPushButton:default {
     border-color: navy;
 }

EndCss

EndSetting

/*****************************************************************************************
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=TabEffectDlg;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss
 QTabWidget::pane {
	top: 10px;
	position: absolute;
 }

 QTabWidget::tab-bar {
    alignment: left;
 }
 QTabBar::tab {
	background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
							 stop: 0 #d1d4cd, stop: 0.4 #c7cac7,
							 stop: 0.5 #c5c8c5, stop: 1.0 #b5b8bb);
	border: 1px solid #9c9f99;

	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width:		50px;
	min-height:	18px;
	color:#686c71;
}
 
QTabBar::tab:hover , QTabBar::tab:selected {
	background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                 stop: 0 #898e96, stop: 0.4 #6b7077,
                                 stop: 0.5 #666b72, stop: 1.0 #3e4248);
	border: 1px solid #9c9f99;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 50px;
	color:white;
}

 QTabBar::tab:!selected {
     margin-top: 2px; /* make non-selected tabs look smaller */
 }
 
EndCss

EndSetting




/*****************************************************************************************
    е鰴ť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=GroupButton;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
    background-image: url(:Resources/ArrowDnNormal.png);
	border: 0px solid #427C9F;
	margin: 0px;
	text-align: left top;
	padding-left: 10px;	padding-top: 4px;
	text-indent: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	margin: 0px;
	text-align: left top;
	padding-left: 10px;	padding-top: 4px;
	text-indent: 20px;
	font-weight: bold;
	background-image: url(:Resources/ArrowDnHot.png);
	background-repeat: no-repeat;
}
QPushButton:pressed {
	border: 0px solid #6a1e19;
	margin: 0px;
	text-align: left top;
	padding-left: 10px;	padding-top: 4px;
	text-indent: 20px;
	font-weight: bold;
	background-image: url(:Resources/ArrowDnPress.png);
	background-repeat: no-repeat;
}

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ



/*****************************************************************************************
    е鰴ť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=GroupButton_Active;                     //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
    background-image: url(:Resources/ArrowUpNormal.png);
	border: 0px solid #427C9F;
	margin: 0px;
	text-align: left top;
	padding-left: 10px;
	padding-top: 4px;
	text-indent: 20px;
	font-weight: bold;
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	margin: 0px;
	text-align: left top;
	padding-left: 10px;
	padding-top: 4px;
	text-indent: 20px;
	font-weight: bold;
	background-image: url(:Resources/ArrowUpHot.png);
}
QPushButton:pressed {
	border: 0px solid #6a1e19;
	margin: 0px;
	text-align: left top;
	padding-left: 10px;
	padding-top: 4px;
	text-indent: 20px;
	font-weight: bold;
    background-image: url(:Resources/ArrowUpPress.png);
}
EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/*****************************************************************************************
    еť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=CommandButton;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.
BeginCss                                            //ʼһCss
QPushButton
{
	background-color: #f6f6f6;
	text-align: left;
	border: 0px solid #FFF;
	font-weight: bold;
	color: #686c71;
}
QPushButton:hover
{
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
     border-top: 1px solid #9fa7af;
     border-bottom: 1px solid #9fa7af;
     font-weight: bold;
     color: #000000;
}
 QPushButton:pressed {
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
     border-top: 1px solid #9fa7af;
     border-bottom: 1px solid #9fa7af;                                
     font-weight: bold;
 }
  QPushButton:flat {
     border: none;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/*****************************************************************************************
    еť״̬
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=CommandButton_Active;                   //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.
BeginCss                                            //ʼһCss
QPushButton
{
    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                      stop: 0 #dadbde, stop: 1 #f6f7fa);
    border-top: 1px solid #9fa7af;
    border-bottom: 1px solid #9fa7af;
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-weight: bold;
}
QPushButton:hover
{
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
     border-top: 1px solid #9fa7af;
     border-bottom: 1px solid #9fa7af;
    border-left: 0px;	
    border-right: 0px;
    font-weight: bold;
}
 QPushButton:pressed {
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
     border-top: 1px solid #9fa7af;
     border-bottom: 1px solid #9fa7af;
     border-left: 0px;
     border-right: 0px;
     font-weight: bold;
 }
 QPushButton:flat {
     border: none;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/*****************************************************************************************
	border: 1px solid #6a1e19;
	background-color: #CCC;

    иť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=MoreButton;                            //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	background-color: #f6f6f6;
	text-align: left;
	border: 0px solid #FFF;
	font-weight: bold;
	color: #686c71;
}
 QPushButton:pressed {
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
     font-weight: bold;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ



/*****************************************************************************************
    ѡļаť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=BrowseFolder;                           //ؼ
AnimationFileCount=1;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_folder.bmp);
	margin-left: 0px;
	background-repeat: no-repeat;
}
QPushButton:hover
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_folder.bmp);
	margin-left: -90px;
	background-repeat: no-repeat;
}
 QPushButton:pressed
 {
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_folder.bmp);
	margin-left: -45px;
	background-repeat: no-repeat;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/*****************************************************************************************
    ѡISOļť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=BrowseISOFile;                          //ؼ
AnimationFileCount=1;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_file.bmp);
	margin-left: 0px;
	background-repeat: no-repeat;
}
QPushButton:hover
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_file.bmp);
	margin-left: -90px;
	background-repeat: no-repeat;
}
 QPushButton:pressed
 {
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_file.bmp);
	margin-left: -45px;
	background-repeat: no-repeat;
 }
  QPushButton:flat {
     border: none;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/*****************************************************************************************
    ѡISOļť
*****************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=BrowseISOVCFile;                          //ؼ
AnimationFileCount=1;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_file_file.bmp);
	margin-left: 0px;
	background-repeat: no-repeat;
}
QPushButton:hover
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_file_file.bmp);
	margin-left: -90px;
	background-repeat: no-repeat;
}
 QPushButton:pressed
 {
	border: 0px solid #6a6ea9;
	background-image: url(:res/btn_select_file_file.bmp);
	margin-left: -45px;
	background-repeat: no-repeat;
 }
  QPushButton:flat {
     border: none;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/*****************************************************************************************
    иť
******************************************************************************************/
BeginSetting()                                      //ʼĳؼϢ
ControlName=ShowFreviewButton;                      //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
    background-image: url(:Resources/preview_down.png);
	text-align: left;
	border: 1px solid #FFF;
}

 QPushButton:pressed {
     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
 }

EndCss                                              //һCss

EndSetting                                       

/********************************************************************************************
    һʵ.
********************************************************************************************/

BeginSetting()                                      //ʼĳؼϢ
ControlName=MoreButton;                          //ؼ
AnimationFileCount=5;                               //ļ
ResourcePath=Resources;                             //ButtonBackground%d.pngļڵļ,·.

BeginCss                                            //ʼһCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/SysClose0.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/ButtonBackground%1%.png);
}
QPushButton:pressed {
	background-image: url(:Resources/SysClose2.png);
 }

 QPushButton:default {
     border-color: navy;
 }

EndCss                                              //һCss

EndSetting                                          //ĳؼϢ


/********************************************************************************************
    ϽǱرհť
********************************************************************************************/

BeginSetting()
ControlName=TitleCloseButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/sys_close.bmp);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:res/sys_close.bmp);
	margin-left: -56px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	border: 0px solid #6a6ea9;
	background-image: url(:res/sys_close.bmp);
	margin-left: -28px;
	background-repeat: no-repeat; 
 }
EndCss

EndSetting

/********************************************************************************************
    for mac 
********************************************************************************************/

BeginSetting()
ControlName=TitleCloseButtonMAC;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/mac_red_active.png);
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/mac_red_mov.png);
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/mac_red_click.png);
	background-repeat: no-repeat; 
 }
EndCss

EndSetting

/********************************************************************************************
    ϽǱ󻯰ť
********************************************************************************************/
BeginSetting()
ControlName=TitleMaxButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/max.bmp);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:res/max.bmp);
	margin-left: -52px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:res/max.bmp);
	margin-left: -26px;
	background-repeat: no-repeat; 
 }
/*
 QPushButton:flat {
     border: none;			// no border for a flat push button
 }*/

 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting


/********************************************************************************************
  for mac
********************************************************************************************/
BeginSetting()
ControlName=TitleMinButtonMAC;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/mac_orange_active.png);
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/mac_orange_mov.png);
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/mac_orange_click.png);
	background-repeat: no-repeat; 
 }
EndCss

EndSetting

/********************************************************************************************
    ϽǱָť
********************************************************************************************/
BeginSetting()
ControlName=TitleResotoreButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/df.bmp);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:res/df.bmp);
	margin-left: -52px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:res/df.bmp);
	margin-left: -26px;
	background-repeat: no-repeat; 
 }
/*
 QPushButton:flat {
     border: none;			// no border for a flat push button
 }*/

 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting


/********************************************************************************************
    ϽǱСť
********************************************************************************************/
BeginSetting()
ControlName=TitleMinButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	
	border: 0px solid #6a6ea9;
	background-image: url(:res/sys_min.bmp);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:res/sys_min.bmp);
	margin-left: -54px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:res/sys_min.bmp);
	margin-left: -27px;
	background-repeat: no-repeat; 
 }
/*
 QPushButton:flat {
     border: none;			// no border for a flat push button
 }*/

 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting

/********************************************************************************************
    for mac
********************************************************************************************/
BeginSetting()
ControlName=TitleMaxButtonMAC;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/mac_green_active.png);
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/mac_green_mov.png);
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/mac_green_click.png);
	background-repeat: no-repeat; 
 }
EndCss

EndSetting

/********************************************************************************************
    ϽǱť
********************************************************************************************/
BeginSetting()
ControlName=TitleHelpButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/sys_help.bmp);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:res/sys_help.bmp);
	margin-left: -36px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:res/sys_help.bmp);
	margin-left: -18px;
	background-repeat: no-repeat; 
 }
/*
 QPushButton:flat {
     border: none;			// no border for a flat push button
 }*/

 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting

/********************************************************************************************
    ϽǱðť
********************************************************************************************/
BeginSetting()
ControlName=TitleSettingButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	
	border: 0px solid #6a6ea9;
	background-image: url(:res/sys_setting.bmp);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:res/sys_setting.bmp);
	margin-left: -36px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:res/sys_setting.bmp);
	margin-left: -18px;
	background-repeat: no-repeat; 
 }
/*
 QPushButton:flat {
     border: none;			// no border for a flat push button
 }*/

 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting




/********************************************************************************************
    ԤеĲŰť
********************************************************************************************/
BeginSetting()
ControlName=PreviewBar_PlayButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/preview_play.png);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/preview_play.png);
	margin-left: -46px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:Resources/preview_play.png);
	margin-left: -23px;
	background-repeat: no-repeat; 
 }
 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting

/********************************************************************************************
    preview window pause button
********************************************************************************************/
BeginSetting()
ControlName=PreviewBar_PauseButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{	
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/preview_pause.png);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/preview_pause.png);
	margin-left: -46px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:Resources/preview_pause.png);
	margin-left: -23px;
	background-repeat: no-repeat; 
 }
 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting

/********************************************************************************************
    preview window stop button
********************************************************************************************/
BeginSetting()
ControlName=PreviewBar_StopButton;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QPushButton
{	
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/preview_stop.png);
	margin-left: 0px;
	background-repeat: no-repeat; 
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/preview_stop.png);
	margin-left: -46px;
	background-repeat: no-repeat; 
}

QPushButton:pressed {
	background-image: url(:Resources/preview_stop.png);
	margin-left: -23px;
	background-repeat: no-repeat; 
 }
 QPushButton:default {
     border-color: navy;	//make the default button prominent
 }
EndCss

EndSetting

/********************************************************************************************
    󱳾
********************************************************************************************/
BeginSetting()
ControlName=TitleLeft;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QWidget
{
	border: 0px solid #6a6ea9;
	/*border-radius: 5px;*/
	background-image: url(:Resources/topLeft.png);
}
EndCss

EndSetting


/********************************************************************************************
    б
********************************************************************************************/
BeginSetting()
ControlName=TitleCenter;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QWidget
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/Title.png);
}
EndCss

EndSetting


/********************************************************************************************
    ұ
********************************************************************************************/
BeginSetting()
ControlName=TitleRight;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QWidget
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/Title.png);
}
EndCss

EndSetting


/********************************************************************************************
    ڱ
********************************************************************************************/
BeginSetting()
ControlName=PlayBack;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/PlayBack.png);
}
EndCss

EndSetting


/********************************************************************************************
    CommonWorkDlg ԴļļĽ̴ڱ
********************************************************************************************/
BeginSetting()
ControlName=CommonWorkDlg;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QDialog
{
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/common_back.png);
	background-repeat:norepeat;
}
EndCss

EndSetting


/********************************************************************************************
    ڱ
********************************************************************************************/
BeginSetting()
ControlName=MainWidget;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QWidget
{
	border: 0px solid #6a6ea9;
}
EndCss

EndSetting

/********************************************************************************************
    yuanshi:sliderʽ
********************************************************************************************/
BeginSetting()
ControlName=VoiceSliderBar;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
/*
QSlider
{
	border: 0px solid #bbb;
	background-image: url(:Resources/volume_channel.png);
	background-repeat: no-repeat; 
}

QSlider::groove:horizontal {
	border: 0px solid #bbb;
	background: white;
	height: 2px;
}

QSlider::hover {
	border: 0px solid #bbb;
}

QSlider::handle:horizontal {
	image: url(:Resources/preview_thumb.png);
	border: 0px solid #bbb;
	width: 12px;
	margin-top: -18px;
	margin-bottom: -18px;
}
QSlider::handle:horizontal:hover {
	image: url(:Resources/preview_thumb_active.png);
	border: 0px solid #bbb;
	width: 12px;
	margin-top: -18px;
	margin-bottom: -18px;
}
*/
EndCss

EndSetting

/********************************************************************************************
    yuanshi:Ƶsliderʽ
********************************************************************************************/
BeginSetting()
ControlName=VideoSliderBar;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
/*
QSlider::groove:horizontal {
	border: 1px solid #bbb;
	background: white;
	height: 2px;
}
QSlider::sub-page:horizontal {
	border: 1px solid #777;
	height: 2px;
}

QSlider::add-page:horizontal {
	background: #fff;
	border: 1px solid #777;
	height: 2px;
}

QSlider::handle:horizontal {
	image: url(:Resources/preview_thumb.png);
	width: 12px;
	margin-top: -5px;
	margin-bottom: -5px;
	border-radius: 4px;
}

QSlider::handle:horizontal:hover {
	image: url(:Resources/preview_thumb_active.png);
	border: 0px solid #bbb;
	width: 12px;
	margin-top: -5px;
	margin-bottom: -5px;
	border-radius: 4px;
}

QSlider::sub-page:horizontal:disabled {
	background: #bbb;
	border-color: #999;
}

QSlider::add-page:horizontal:disabled {
	background: #eee;
	border-color: #999;
}

QSlider::handle:horizontal:disabled {
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 4px;
}
*/
EndCss

EndSetting


/********************************************************************************************
    yuanshi:logoť
********************************************************************************************/
BeginSetting()
ControlName=ButtonLog;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss
QPushButton
{
	border: 0px solid #6a6ea9;
	background-image: url(:res/btnlogo.png);
	background-repeat: no-repeat;
}

QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:res/btnlogo.png);
	background-repeat: no-repeat;
}

QPushButton:pressed {
	border: 0px solid #6a1e19;
	background-image: url(:res/btnlogo.png);
	background-repeat: no-repeat;
 }
EndCss

EndSetting

/********************************************************************************************
    yuanshi:registerť
********************************************************************************************/
BeginSetting()
ControlName=RegisterButton;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss
QPushButton
{
	font-size:16px;
	color:White;
	font-family: "Impact";
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/Register0.png);
	background-repeat: no-repeat;
}

QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/Register1.png);
	background-repeat: no-repeat;
}

QPushButton:pressed {
	border: 0px solid #6a1e19;
	background-image: url(:Resources/Register2.png);
	background-repeat: no-repeat;
 }
EndCss

EndSetting

/********************************************************************************************
    yuanshi:startť
********************************************************************************************/
BeginSetting()
ControlName=StartButton;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss
QPushButton
{
	font-size:16px;
	color:White;
	font-family: "Impact";
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/start.png);
	background-repeat: no-repeat;
}

QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/start.png);
	background-repeat: no-repeat;
}

QPushButton:pressed {
	border: 0px solid #6a1e19;
	background-image: url(:Resources/start.png);
	background-repeat: no-repeat;
 }
EndCss

EndSetting

/********************************************************************************************
    yuanshi:Ʒıǩ
********************************************************************************************/
BeginSetting()
ControlName=ProduceInfo;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QLabel
{
	font-size:12px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
}
EndCss

EndSetting

/********************************************************************************************
    yuanshi:汾֤ʾıǩ
********************************************************************************************/
BeginSetting()
ControlName=VersionTips;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QLabel
{
	font-weight:bold;
	font-size:22px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
}
EndCss

EndSetting

/********************************************************************************************
    yuanshi:ͨıǩ
********************************************************************************************/
BeginSetting()
ControlName=CommonLabelFont;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QLabel
{
	font-size:14px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
}

EndCss


/********************************************************************************************
    yuanshi:ıǩ1
********************************************************************************************/
BeginSetting()
ControlName=UrlLabel1;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QLabel
{
	font-size:16px;
	color:#0174DF;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	text-decoration: underline;
}
EndCss
EndSetting

/********************************************************************************************
    yuanshi:ıǩ2
********************************************************************************************/
BeginSetting()
ControlName=UrlLabel2;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QLabel
{
	font-size:12px;
	color:blue;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	text-decoration: underline;
	cursor:pointer;
}
QLabel:hover
{
	font-size:12px;
	color:red;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	text-decoration: underline;
	cursor:pointer;
}
QLabel:pressed
{
	font-size:12px;
	color:#c800e1;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	text-decoration: underline;
	cursor:pointer;
}
EndCss
EndSetting

/********************************************************************************************
    yuanshi:ʱ
********************************************************************************************/
BeginSetting()
ControlName=CountNumberLabel;
AnimationFileCount=5;
ResourcePath=Resources;

BeginCss
QLabel
{
	font-size:14px;
	color:#D7DF01;
	font-family: "Times";
	border: 0px solid #6a6ea9;
}
EndCss
EndSetting


/********************************************************************************************
    yuanshi:ýcss
********************************************************************************************/

/********************************************************************************************
    yuanshi:QLABELʽ
********************************************************************************************/
BeginSetting()
ControlName=SettingLabel;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss
QLabel
{
	font-size:16px;
	color:#DF7401;
	font-family: "Impact";
	border: 0px solid #6a6ea9;
}
EndCss

EndSetting

/********************************************************************************************
/********************************************************************************************
    yuanshi:QCHECKBOXʽ
********************************************************************************************/
BeginSetting()
ControlName=SettingCheckbox;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss
QCheckBox
{
	font-size:14px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
}
EndCss

EndSetting

/********************************************************************************************
    yuanshi:BUTTON1ʽ checknow&DMA
********************************************************************************************/
BeginSetting()
ControlName=SettingButton1;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss

QPushButton
{
	font-size:14px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/SettingButton10.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton11.png);
}
QPushButton:pressed {
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton12.png);
 }

EndCss

EndSetting

/********************************************************************************************
    yuanshi:BUTTON2ʽ browse
********************************************************************************************/
BeginSetting()
ControlName=SettingButton2;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss

QPushButton
{
	font-size:14px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/SettingButton20.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton21.png);
}
QPushButton:pressed {
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton22.png);
 }

EndCss

EndSetting

/********************************************************************************************
   yuanshi:BUTTON3ʽ Default
********************************************************************************************/
BeginSetting()
ControlName=SettingButton3;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss

QPushButton
{
	font-size:14px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	border: 0px solid #6a6ea9;
	background-image: url(:Resources/SettingButton30.png);
}
QPushButton:hover
{
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton31.png);
}
QPushButton:pressed {
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton32.png);
}

EndCss

EndSetting


/********************************************************************************************
   yuanshi:BUTTON4ʽ OK&CANCEL
********************************************************************************************/
BeginSetting()
ControlName=SettingButton4;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss

QPushButton
{
	font-size:14px;
	color:White;
	font-family: "Times";
	border: 0px solid #6a6ea9;
	background-repeat: no-repeat;
	background-image: url(:Resources/SettingButton40.png);
}
QPushButton:hover
{
	background-repeat: no-repeat;
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton41.png);
}
QPushButton:pressed {
	background-repeat: no-repeat;
	border: 0px solid #6a1e19;
	background-image: url(:Resources/SettingButton42.png);
}

EndCss

EndSetting

/********************************************************************************************
   yuanshi:BUTTON4ʽ OK&CANCEL
********************************************************************************************/
BeginSetting()
ControlName=SettingRgCodeBBDDlgWidget;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss
QDialog{
	background: qlineargradient(x1: 0, y1: 0,    x2: 0, y2: 1,    stop: 0 #0084d6, stop: 1 #01446f);
	color:white;
}
EndCss

EndSetting
/********************************************************************************************
   yuanshi:BUTTON4ʽ OK&CANCEL
********************************************************************************************/
BeginSetting()
ControlName=WidgetFont;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss

QWidget{
	font-size:14px;
	color:white;
	font-family: "msyh";
}
EndCss

EndSetting
/********************************************************************************************
   yuanshi:BUTTON4ʽ OK&CANCEL
********************************************************************************************/
BeginSetting()
ControlName=WidgetFont1;
AnimationFileCount=3;
ResourcePath=Resources;

BeginCss

QWidget{
	font-size:12px;
	color:white;
	font-family: "Times";
}
EndCss

EndSetting

/********************************************************************************************
   yuanshi:popup QDialogȫʽ
********************************************************************************************/
BeginSetting()
ControlName=DialogGlobalStyle;
AnimationFileCount=1;
ResourcePath=Resources;

BeginCss

QDialog{
	background: qlineargradient(x1: 0, y1: 0,    x2: 0, y2: 1,    stop: 0 #fcfcfc, stop: 1 #ffffff);
	color:white;
}
EndCss

EndSetting

/********************************************************************************************
   yuanshi:QScrollBarHandleHorizontalʽ
********************************************************************************************/
BeginSetting()
ControlName=QScrollBarHandleHorizontalActive;
AnimationFileCount=1;
ResourcePath=Resources;

BeginCss

QScrollBar::handle:horizontal {
	height:10px;
	margin-top:1px;
	margin-left:9px;
	margin-bottom:1px;
	margin-right:11px;
	border: 0px solid #535599;
	background-image:url(:res/HorizontalScrollBarThumbMid.bmp);
	background-repeat:no-repeat;
	background-position: center center;
	border: 1px solid #535599;
	background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.1 #b7c0ea, stop: 0.2 #97a4d6, stop: 0.9 #626fa0, stop: 1 #b7c0ea);
	border-radius: 2px;
	min-width: 20px;
}
EndCss

EndSetting

/********************************************************************************************
   yuanshi:QScrollBarHandleHorizontalǼʽ
********************************************************************************************/
BeginSetting()
ControlName=QScrollBarHandleHorizontalNone;
AnimationFileCount=1;
ResourcePath=Resources;

BeginCss

QScrollBar::handle:horizontal {
	height:10px;
	margin-top:1px;
	margin-left:9px;
	margin-bottom:1px;
	margin-right:11px;
	border: 0px solid #535599;
}

EndCss

EndSetting

/********************************************************************************************
   yuanshi:QScrollBarHandleVerticalʽ
********************************************************************************************/
BeginSetting()
ControlName=QScrollBarHandleVerticalActive;
AnimationFileCount=1;
ResourcePath=Resources;

BeginCss

QScrollBar::handle:vertical {
	width:10px;
	margin-top:9px;
	margin-bottom:9px;
	margin-left:1px;
	margin-right:1px;
	background-image:url(:res/VerticleScrollBarThumbMid.bmp);
	background-repeat:no-repeat;
	background-position: center center;
	border: 1px solid #535599;
	background-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.1 #b7c0ea, stop: 0.2 #97a4d6, stop: 0.9 #626fa0, stop: 1 #b7c0ea);
	border-radius: 2px;
	min-height: 20px;
}
EndCss

EndSetting

/********************************************************************************************
   yuanshi:QScrollBarHandleVerticalǼʽ
********************************************************************************************/
BeginSetting()
ControlName=QScrollBarHandleVerticalNone;
AnimationFileCount=1;
ResourcePath=Resources;

BeginCss

QScrollBar::handle:vertical {
	border: 0px solid #535599;
	width:10px;
	margin-top:9px;
	margin-bottom:9px;
	margin-left:1px;
	margin-right:1px;
}

EndCss

EndSetting



/********************************************************************************************
   QCommonWorkDlԻLabelInfoؼ
********************************************************************************************/
BeginSetting()
ControlName=QCommonWorkDl_LabelInfo;
AnimationFileCount=1;
ResourcePath=Resources;

BeginCss
QLabel
{
	color:white;
}
EndCss

EndSetting


/********************************************************************************************
   QCheckBox
********************************************************************************************/
BeginSetting()
ControlName=QFabCheckbox;
AnimationFileCount=8;
ResourcePath=Resources;

BeginCss
QCheckBox {
     spacing: 5px;
 }

 QCheckBox::indicator {
     width: 13px;
     height: 13px;
 }

 QCheckBox::indicator:unchecked {
     image: url(:/Resources/checkbox_unchecked.png);
 }

 QCheckBox::indicator:unchecked:hover {
     image: url(:/Resources/checkbox_unchecked_hover.png);
 }

 QCheckBox::indicator:unchecked:pressed {
     image: url(:/Resources/checkbox_unchecked_pressed.png);
 }

 QCheckBox::indicator:checked {
     image: url(:/Resources/checkbox_checked.png);
 }

 QCheckBox::indicator:checked:hover {
     image: url(:/Resources/checkbox_checked_hover.png);
 }

 QCheckBox::indicator:checked:pressed {
     image: url(:/Resources/checkbox_checked_pressed.png);
 }
EndCss

EndSetting
